cuda_d.cuComplex

Undocumented in source.

Members

Aliases

cuComplex
alias cuComplex = float2_
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cuDoubleComplex
alias cuDoubleComplex = double2_
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cuFloatComplex
alias cuFloatComplex = float2_
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

cuCabs
double cuCabs(cuDoubleComplex x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cuCabsf
float cuCabsf(cuFloatComplex x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cuCadd
cuDoubleComplex cuCadd(cuDoubleComplex x, cuDoubleComplex y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cuCaddf
cuFloatComplex cuCaddf(cuFloatComplex x, cuFloatComplex y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cuCdiv
cuDoubleComplex cuCdiv(cuDoubleComplex x, cuDoubleComplex y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cuCdivf
cuFloatComplex cuCdivf(cuFloatComplex x, cuFloatComplex y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cuCimag
double cuCimag(cuDoubleComplex x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cuCimagf
float cuCimagf(cuFloatComplex x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cuCmul
cuDoubleComplex cuCmul(cuDoubleComplex x, cuDoubleComplex y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cuCmulf
cuFloatComplex cuCmulf(cuFloatComplex x, cuFloatComplex y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cuComplexDoubleToFloat
cuFloatComplex cuComplexDoubleToFloat(cuDoubleComplex c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cuComplexFloatToDouble
cuDoubleComplex cuComplexFloatToDouble(cuFloatComplex c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cuConj
cuDoubleComplex cuConj(cuDoubleComplex x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cuConjf
cuFloatComplex cuConjf(cuFloatComplex x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cuCreal
double cuCreal(cuDoubleComplex x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cuCrealf
float cuCrealf(cuFloatComplex x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cuCsub
cuDoubleComplex cuCsub(cuDoubleComplex x, cuDoubleComplex y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cuCsubf
cuFloatComplex cuCsubf(cuFloatComplex x, cuFloatComplex y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
make_cuComplex
cuComplex make_cuComplex(float x, float y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
make_cuDoubleComplex
cuDoubleComplex make_cuDoubleComplex(double r, double i)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
make_cuFloatComplex
cuFloatComplex make_cuFloatComplex(float r, float i)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta